c = CCB(_('_Jump to playing song automatically'), 'settings', 'jump', populate = True, tooltip = _('When the playing song changes, scroll to it in the song list'))
e.set_tooltip_text(_('Apply this query in addition to all others'))
l.set_mnemonic_widget(e)
hb.pack_start(l, False, True, 0)
hb.pack_start(e, True, True, 0)
vb.pack_start(hb, False, True, 0)
f = qltk.Frame(Q_('heading|Search'), child = vb)
self.pack_start(f, False, True, 0)
vb = Gtk.VBox(spacing = 6)
c1 = CCB(_('Confirm _multiple ratings'), 'browsers', 'rating_confirm_multiple', populate = True, tooltip = _('Ask for confirmation before changing the rating of multiple songs at once'))
c2 = CCB(_('Enable _one-click ratings'), 'browsers', 'rating_click', populate = True, tooltip = _('Enable rating by clicking on the rating column in the song list'))
vbox = Gtk.VBox(spacing = 6)
vbox.pack_start(c1, False, True, 0)
vbox.pack_start(c2, False, True, 0)
f = qltk.Frame(_('Ratings'), child = vbox)
self.pack_start(f, False, True, 0)
vb = Gtk.VBox(spacing = 6)
c = CCB(_('_Use rounded corners on thumbnails'), 'albumart', 'round', populate = True, tooltip = _('Round the corners of album artwork thumbnail images.'))
cb = CCB(_('Prefer _embedded art'), 'albumart', 'prefer_embedded', populate = True, tooltip = _('Choose to use artwork embedded in the audio (where available) over other sources'))
vb.pack_start(cb, False, True, 0)
hb = Gtk.HBox(spacing = 3)
cb = CCB(_('_Fixed image filename:'), 'albumart', 'force_filename', populate = True, tooltip = _('The single image filename to use if selected'))
hb.pack_start(cb, False, True, 0)
entry = UndoEntry()
entry.set_tooltip_text(_('The album art image file to use when forced'))
bayes_spin.set_tooltip_text(_('Bayesian Average factor (C) for aggregated ratings.\n0 means a conventional average, higher values mean that albums with few tracks will have less extreme ratings. Changing this value triggers a re-calculation for all albums.'))